[INFO] cloning repository https://github.com/WQR1234/learn_gluim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WQR1234/learn_gluim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWQR1234%2Flearn_gluim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWQR1234%2Flearn_gluim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bf614ba94350e5314594931a480f9ec97edcc160
[INFO] checking WQR1234/learn_gluim against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWQR1234%2Flearn_gluim" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/WQR1234/learn_gluim
[INFO] finished tweaking git repo https://github.com/WQR1234/learn_gluim
[INFO] tweaked toml for git repo https://github.com/WQR1234/learn_gluim written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/WQR1234/learn_gluim on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/WQR1234/learn_gluim already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wayland-client v0.31.8
[INFO] [stderr]   Downloaded wayland-backend v0.3.8
[INFO] [stderr]   Downloaded wayland-cursor v0.31.8
[INFO] [stderr]   Downloaded wayland-protocols-wlr v0.3.6
[INFO] [stderr]   Downloaded wayland-protocols-plasma v0.3.6
[INFO] [stderr]   Downloaded quick-xml v0.37.4
[INFO] [stderr]   Downloaded wayland-protocols v0.32.6
[INFO] [stderr]   Downloaded glium v0.36.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e4bfbbda19883084deb63f54f3a17e5b7992f1c34608c5ba9e5c633f8350014b
[INFO] running `Command { std: "docker" "start" "e4bfbbda19883084deb63f54f3a17e5b7992f1c34608c5ba9e5c633f8350014b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e4bfbbda19883084deb63f54f3a17e5b7992f1c34608c5ba9e5c633f8350014b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e4bfbbda19883084deb63f54f3a17e5b7992f1c34608c5ba9e5c633f8350014b" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e4bfbbda19883084deb63f54f3a17e5b7992f1c34608c5ba9e5c633f8350014b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e4bfbbda19883084deb63f54f3a17e5b7992f1c34608c5ba9e5c633f8350014b" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]    Compiling cc v1.2.19
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling xml-rs v0.8.26
[INFO] [stderr]    Compiling wayland-client v0.31.8
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking cursor-icon v1.1.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling glutin v0.32.2
[INFO] [stderr]    Compiling winit v0.30.9
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling quick-xml v0.37.4
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking dpi v0.1.1
[INFO] [stderr]     Checking avif-serialize v0.8.3
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]    Compiling glium v0.36.0
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling wayland-backend v0.3.8
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking image-webp v0.2.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.32.6
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.8
[INFO] [stderr]     Checking ravif v0.11.12
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.6
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.6
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking learn_gluim v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Quaternion`
[INFO] [stdout]  --> src/camera.rs:1:50
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cgmath::{Angle, InnerSpace, Matrix4, Point3, Quaternion, Vector3};
[INFO] [stdout]   |                                                  ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PhysicalPosition`
[INFO] [stdout]   --> src/main.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | use glium::winit::dpi::{LogicalSize, PhysicalPosition, PhysicalSize};
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Quaternion`
[INFO] [stdout]  --> src/camera.rs:1:50
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cgmath::{Angle, InnerSpace, Matrix4, Point3, Quaternion, Vector3};
[INFO] [stdout]   |                                                  ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PhysicalPosition`
[INFO] [stdout]   --> src/main.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | use glium::winit::dpi::{LogicalSize, PhysicalPosition, PhysicalSize};
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Angle`
[INFO] [stdout]  --> src/camera.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cgmath::{Angle, InnerSpace, Matrix4, Point3, Quaternion, Vector3};
[INFO] [stdout]   |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Angle`
[INFO] [stdout]  --> src/camera.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cgmath::{Angle, InnerSpace, Matrix4, Point3, Quaternion, Vector3};
[INFO] [stdout]   |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `config_template_builder`
[INFO] [stdout]   --> src/my_simple_window_builders.rs:90:13
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let config_template_builder = ConfigTemplateBuilder::new();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_config_template_builder`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `light_pos`
[INFO] [stdout]    --> src/main.rs:151:13
[INFO] [stdout]     |
[INFO] [stdout] 151 |         let light_pos = [1.2, 1.0, 2.0];
[INFO] [stdout]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_light_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `config_template_builder`
[INFO] [stdout]   --> src/my_simple_window_builders.rs:90:13
[INFO] [stdout]    |
[INFO] [stdout] 90 |         let config_template_builder = ConfigTemplateBuilder::new();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_config_template_builder`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `change_light_color` is never used
[INFO] [stdout]    --> src/main.rs:414:12
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl State {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 414 |     pub fn change_light_color(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Sphere` is never constructed
[INFO] [stdout]   --> src/object_3d/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum Object3dKind {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] 18 |     Cube,
[INFO] [stdout] 19 |     Sphere
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `scale` and `reset` are never used
[INFO] [stdout]   --> src/object_3d/mod.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl Object3d {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub fn scale(&mut self, vec: Vector3<f32>) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub fn reset(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `translate`, and `set_position` are never used
[INFO] [stdout]   --> src/object_3d/light.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Light {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 15 |     pub fn new(position: [f32; 3], 
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn translate(&mut self, vec: [f32; 3]) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn set_position(&mut self, position: [f32; 3]) {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/object_3d/light.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl DirectionalLight {
[INFO] [stdout]    | --------------------- associated function in this implementation
[INFO] [stdout] 69 |     pub fn new(direction: [f32; 3], ambient: [f32; 3], diffuse: [f32; 3], specular: [f32; 3]) -> DirectionalLight {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_inner_size`, `set_window_builder`, `with_config_template_builder`, and `into_window_builder` are never used
[INFO] [stdout]   --> src/my_simple_window_builders.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl MySimpleWindowBuilder {
[INFO] [stdout]    | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn with_inner_size(mut self, width: u32, height: u32) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn set_window_builder(mut self, window_attributes: WindowAttributes) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn with_config_template_builder(mut self, config_template_builder: ConfigTemplateBuilder) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn into_window_builder(self) -> WindowAttributes {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `light_pos`
[INFO] [stdout]    --> src/main.rs:151:13
[INFO] [stdout]     |
[INFO] [stdout] 151 |         let light_pos = [1.2, 1.0, 2.0];
[INFO] [stdout]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_light_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `change_light_color` is never used
[INFO] [stdout]    --> src/main.rs:414:12
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl State {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 414 |     pub fn change_light_color(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Sphere` is never constructed
[INFO] [stdout]   --> src/object_3d/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum Object3dKind {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] 18 |     Cube,
[INFO] [stdout] 19 |     Sphere
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `scale` and `reset` are never used
[INFO] [stdout]   --> src/object_3d/mod.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl Object3d {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub fn scale(&mut self, vec: Vector3<f32>) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub fn reset(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `translate`, and `set_position` are never used
[INFO] [stdout]   --> src/object_3d/light.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Light {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 15 |     pub fn new(position: [f32; 3], 
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn translate(&mut self, vec: [f32; 3]) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn set_position(&mut self, position: [f32; 3]) {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/object_3d/light.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl DirectionalLight {
[INFO] [stdout]    | --------------------- associated function in this implementation
[INFO] [stdout] 69 |     pub fn new(direction: [f32; 3], ambient: [f32; 3], diffuse: [f32; 3], specular: [f32; 3]) -> DirectionalLight {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_inner_size`, `set_window_builder`, `with_config_template_builder`, and `into_window_builder` are never used
[INFO] [stdout]   --> src/my_simple_window_builders.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl MySimpleWindowBuilder {
[INFO] [stdout]    | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn with_inner_size(mut self, width: u32, height: u32) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn set_window_builder(mut self, window_attributes: WindowAttributes) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn with_config_template_builder(mut self, config_template_builder: ConfigTemplateBuilder) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn into_window_builder(self) -> WindowAttributes {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.76s
[INFO] running `Command { std: "docker" "inspect" "e4bfbbda19883084deb63f54f3a17e5b7992f1c34608c5ba9e5c633f8350014b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4bfbbda19883084deb63f54f3a17e5b7992f1c34608c5ba9e5c633f8350014b", kill_on_drop: false }`
[INFO] [stdout] e4bfbbda19883084deb63f54f3a17e5b7992f1c34608c5ba9e5c633f8350014b
